func google.golang.org/protobuf/encoding/protojson.getUint

3 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		decode.go#L378: 		return getUint(tok, bitSize)
		decode.go#L391: 		return getUint(tok, bitSize)
		decode.go#L396: func getUint(tok json.Token, bitSize int) (protoreflect.Value, bool) {